build: 部分模块改为cdn引入
This commit is contained in:
@ -2,18 +2,17 @@
|
||||
* @Author: zhaojinfeng 121016171@qq.com
|
||||
* @Date: 2023-06-15 13:22:59
|
||||
* @LastEditors: zhaojinfeng 121016171@qq.com
|
||||
* @LastEditTime: 2023-06-21 10:16:53
|
||||
* @FilePath: \tianheng-design\.storybook\preview.ts
|
||||
* @Description:
|
||||
*
|
||||
* @LastEditTime: 2023-08-22 02:29:34
|
||||
* @FilePath: \vue3\.storybook\preview.ts
|
||||
* @Description:
|
||||
*
|
||||
*/
|
||||
import type { Preview } from "@storybook/vue3"
|
||||
|
||||
import type { Preview } from '@storybook/vue3'
|
||||
import 'uno.css'
|
||||
|
||||
const preview: Preview = {
|
||||
parameters: {
|
||||
actions: { argTypesRegex: "^on[A-Z].*" },
|
||||
actions: { argTypesRegex: '^on[A-Z].*' },
|
||||
controls: {
|
||||
matchers: {
|
||||
color: /(background|color)$/i,
|
||||
|
Reference in New Issue
Block a user