最近想搞搞vue的过渡和动画,以为照着官网写就好了,谁知道还是出现一些状况 具体表现就是不用webpack打包时候写的过渡是正常的,而用了webpack打包就不正常了 说使用了未定义的element:transition,我就找啊找啊。。。,后来我想templete也是vue封装的自定义组件啊 会不会使用templete也会报错,果然 报了一个错:You are using the runtime-only build of Vue where the template option is not available. Either pre-compile the templates into render functions, or use the compiler-included build. (found in root instance) 然后我继续找啊,终于找到一篇解说:https://segmentfault.com/a/1190000006435886 然后我就照着上面的改吧改吧 最后好了,之前我以为是版本老旧的原因,把vue升级到最新了(可以用nom info XXX查看版本),但是还是不行,不多说 看代码:https://pan.baidu.com/s/1c1Dflp2
vue动画
2024-02-16 09:12:35