importVuefrom'vue'importVueRulerToolfrom'vue-ruler-tool'Vue.component('vue-ruler-tool',VueRulerTool) 你现在就可以使用该组件了 <template><vue-ruler-tool:content-layout="{left:200,top:100}":is-scale-revise="true":preset-line="presetLine"></vue-ruler-tool></template>import VueRulerTool from...
<vue-ruler-tool :position="'fixed'" > isHotKey 类型:Boolean 默认值:true 快捷键键开关,目前仅支持快捷键R标尺显示开关 <vue-ruler-tool :is-hot-key="ture" > isScaleRevise 类型:Boolean 默认值:false 刻度修正(根据content进行刻度重置),意思就是从内容的位置开始从0计数 <vue-ruler-tool :is-scale...
19 import VueRulerTool from 'vue-ruler-tool' 20 21 Vue.component('vue-ruler-tool', VueRulerTool) 22 ``` 23 你现在就可以使用该组件了 24 ``` 25 <template> 26 27 <vue-ruler-tool 28 :content-layout="{left:200,top:100}" 29 :is-scale-revise...
<vue-ruler-tool :parent="true" > position 类型:String 默认值:relative 可能值:['absolute', 'fixed', 'relative', 'static', 'inherit'] 规定标尺工具的定位类型 <vue-ruler-tool :position="'fixed'" > isHotKey 类型:Boolean 默认值:true ...
vue-ruler-tool 一个基于vue的网页标尺辅助线工具 特点 没有依赖 可拖动的辅助线 快捷键支持 好吧,其实这个组件没什么太多的特点~ 安装与基本用法 $ npm install --save vue-ruler-tool 全局注册 import Vue from 'vue' import VueRulerTool from 'vue-ruler-tool' Vue.component('vue-ruler-tool', VueRule...
vue3-ruler-tool是一个基于Vue3的标尺辅助线工具,旨在为开发者提供方便快捷的标尺功能。该工具可以帮助用户在网页设计和布局过程中准确测量元素的尺寸和位置。 使用vue3-ruler-tool,用户可以在页面上添加水平和垂直的标尺线,并进行自定义设置,如单位、颜色、透明度等。标尺线可以根据用户的需求进行拖动和调整,以便更...
vue-ruler-tool Ed**离殇上传14.33 KB文件格式zipvuevue-ruler 一个基于vue的标尺辅助线工具 (0)踩踩(0) 所需:1积分 design-workshop 2024-12-26 18:00:29 积分:1 tbp-spring17 2024-12-26 17:35:44 积分:1 Pathfinder 2024-12-26 17:35:20...
vuerulertool.zipEd**离殇 在2024-07-15 08:30:22 上传14.23 KB vue vue-ruler 一个基于vue的标尺辅助线工具官网网址 演示地址 授权方式: 界面语言: 平台环境: 点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 下载申明(下载视为同意此申明) 1.在网站平台的任何操作视为已阅读和同意网站底部的版权...
<vue-ruler-tool :parent="true" > position 类型:String 默认值:relative 可能值:['absolute', 'fixed', 'relative', 'static', 'inherit'] 规定标尺工具的定位类型 <vue-ruler-tool :position="'fixed'" > isHotKey 类型:Boolean 默认值:true ...
一个基于vue的标尺辅助线工具. Contribute to wiiler/vue-ruler-tool development by creating an account on GitHub.