📜  svelte json - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:13.840000             🧑  作者: Mango

代码示例1
// add at the beginning of the file :
import json from '@rollup/plugin-json'

// under the plugin line :
plugins: [
  json({
    compact: true
  }),

//...
// Svelte file:


{myjson.mykey}