最终效果 vs code 添加vue文件模板用于通过简写自动生成代码 操作步骤如下
1.找到vue模板代码编写入口 2.修改模板内容 2.1 vue.json内容
{// Place your snippets for vue here. Each snippet is defined under a snippet name and has a prefix, body and// description. T…
位数组 可观察的集合 private ObservableCollection<string> strList new ObservableCollection<string>();// Start is called before the first frame updatevoid Start(){strList.CollectionChanged Change;strList.Add("ssss");strList.Add("…