mirror of
				https://gitee.com/onvia/ccc-tnt-psd2ui
				synced 2025-11-03 21:06:27 +00:00 
			
		
		
		
	@vue/runtime-dom
import { h, createApp } from '@vue/runtime-dom'
const RootComponent = {
  render() {
    return h('div', 'hello world')
  }
}
createApp(RootComponent).mount('#app')