gpt4 book ai didi

javascript - Riot 自定义标签未加载(hello world 示例)

转载 作者:行者123 更新时间:2023-11-30 16:46:03 25 4
gpt4 key购买 nike

我有最基本的自定义标签,但它没有安装。另外,如果我使用 riot.mount('*'),我会在 riot.min.js 中收到此错误

Uncaught SyntaxError:
Failed to execute 'querySelectorAll' on 'Document': The provided selector is empty.

编译标签

riot.tag('test', '<div>Hello world!</div>', function(opts) {
});

索引文件:

<!doctype html>
<html>
<head></head>
<body>
<test></test>
<script src="https://cdn.jsdelivr.net/riot/2.2/riot.min.js"></script>
<script src="tags/test.js" type="riot/tag"></script>
<script>riot.mount('test')</script>
<!-- <script>riot.mount('*')</script> throws error -->
</body>
</html>

最佳答案

Oh 混合了预编译语法和浏览器编译语法。从我的标签引用中删除 type="riot/tag" 后,它正确安装了。

关于javascript - Riot 自定义标签未加载(hello world 示例),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31216100/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com