mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	optimize(projects): remove defineModel setting,enabled by default (#620)
This commit is contained in:
		@@ -10,11 +10,7 @@ import { setupHtmlPlugin } from './html';
 | 
			
		||||
 | 
			
		||||
export function setupVitePlugins(viteEnv: Env.ImportMeta, buildTime: string) {
 | 
			
		||||
  const plugins: PluginOption = [
 | 
			
		||||
    vue({
 | 
			
		||||
      script: {
 | 
			
		||||
        defineModel: true
 | 
			
		||||
      }
 | 
			
		||||
    }),
 | 
			
		||||
    vue(),
 | 
			
		||||
    vueJsx(),
 | 
			
		||||
    VueDevtools(),
 | 
			
		||||
    setupElegantRouter(),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user