更新 laytpl 文档示例预览配置信息

pull/1372/head
贤心 2023-09-13 17:25:08 +08:00
parent d7fa56b9a5
commit de9f0c08af
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<pre class="layui-code" lay-options="{preview: true, layout: ['preview'], tools: ['full']}"> <pre class="layui-code" lay-options="{preview: true, layout: ['preview'], copy: false, tools: ['full'], addTools: null}">
<textarea> <textarea>
{{! {{!
<style> <style>
@ -132,4 +132,4 @@ layui.use(function(){
</script> </script>
!}} !}}
</textarea> </textarea>
</pre> </pre>