LuFei

Results 45 comments of LuFei

![image](https://user-images.githubusercontent.com/35055270/141760569-acb6ea7b-5dc5-4dcd-b4a0-85412acf791f.png) 我加vuex持久化就出现这个问题了

> @NLRX-WJC 用 Hook 重构的话,顺便把 TypeScript 也加上,就更完美了👍 我也是这么觉得,类似 vue-element-admin-template 基础模板就行了,非常适合我们这样的新手😂😂😂

### After using the component, it should start to open and fail ![image](https://user-images.githubusercontent.com/35055270/129995733-9b1634e3-4f6c-490f-b4a9-aa2d4d5025ad.png) ### Refresh is useful ![brush_shadow12](https://user-images.githubusercontent.com/35055270/129995798-cf61596d-8488-40cf-852a-49c92cd7267c.gif) ```vue import Vue from 'vue' import ProductZoomer from 'vue-product-zoomer' Vue.use(ProductZoomer) export default...

Question 3: Your project will not run after downloading, you can only see the effect by opening it directly in `src/assets/drift-zoom/index.html` 问题3:你的项目下载下来根本运行不起来,只能在`src/assets/drift-zoom/index.html`直接打开才能看到效果

> #164 have bug,look `v-model`

同求如何使用

![image](https://user-images.githubusercontent.com/35055270/202989042-ecb32016-8086-43e6-a345-c12a59367e7b.png)

> 推荐下支持vue3的 @vueup/vue-quill,项目上用了 还可以 如何在指定位置插入啊?大佬,像之前那样有`insertText`的方法。 ```js editorOption: { // 富文本编辑器初始化数据 modules: { toolbar: false, // 不显示富文本编辑器的工具栏 keyboard: { bindings: { // This will overwrite the default binding also named 'tab'...

> v-lazy-container="{ selector: 'img' }"这个指令找不到 所以我问富文本图片如何加载?

> > > v-lazy-container="{ selector: 'img' }"这个指令找不到 > > > > > > 所以我问富文本图片如何加载? > > 换工具吧老兄,我用vue-lazyload实现了, vue-lazyload可以v-lazy-container="{ selector: 'img' }"指令 是啊,已经换了