蓝月萧枫
蓝月萧枫
I got the same message; maybe the element you're using is not **textarea**.
安装的是哪个版本?
你说的报错是运行 `vue-tsc --noEmit` 会报错么?可以提供下错误我看下。
I used tsx files got the same problem. ```tsx // Demo.tsx import { defineComponent} from "vue"; export default defineComponent({ name: "HelloWorld", setup(_props, { expose }) { const msg = ()...
**匹配标签的属性内容**:`` **匹配对应每项属性**:`\s?([\w-]+)=['"]?[\w-\s]+['"]?` ```js var html = ` alert ` var whiteList = [ 'href', 'src' ] html.replace(//g, function (ori, tag, content) { console.log(1, arguments) return ori.replace(/\s?([\w-]+)=['"]?[\w-\s]+['"]?/g, function (attr, name) {...
How to break points in vscode? Doesn't work on `JavaScript Debug Terminal`
我丢,360 这个公司真是这么恶心么,发布的什么包。 我司有人用了这个包,项目一直运行不起来。特么下载量个位数的包都敢用。真是防御性编程的典范。
哦,我发现编译没有报错,是vscode没办法自动导入类型。我看文档也是差不多的这样的扩展声明 https://cn.vuejs.org/guide/typescript/options-api.html#augmenting-global-properties 暂时找不到原因
When encountering the same requirement, I solved it this way: ```ts export const loginGuard = (h: EventHandler) => async (e: H3Event) => { const u = await getLogin(e) if (!u)...
Nuxt.js 3 got the same issue Got error: ``` Could not find one or more icon(s) { prefix: 'fas', iconName: 'user-secret' } {} ```