【Vue】You are using the runtime-only build of Vue where the template compiler is not available.
2024-08-12解决这个问题的方法有两种。如果你需要在组件中使用模板语法,建议使用runtime compiler构建版本。这个错误是由于使用了Vue的runtime-only构建版本而导致的。在这个版本中,模板编译器是不可用的。函数编写组件,或者希望优化应用性能,可以选择预编译模板的方式。_you are using the runtime-only build of vue where the template compiler is n