LuFei
LuFei
 我加vuex持久化就出现这个问题了
> @NLRX-WJC 用 Hook 重构的话,顺便把 TypeScript 也加上,就更完美了👍 我也是这么觉得,类似 vue-element-admin-template 基础模板就行了,非常适合我们这样的新手😂😂😂
### After using the component, it should start to open and fail  ### Refresh is useful  ```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`
同求如何使用

> 推荐下支持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' }"指令 是啊,已经换了