{{ content }}
14 | 15 | 16 | 30 | ``` 31 | 32 | ## Page container 33 | 34 | Page container is a page element also, and it can allow our end user to drag page elements into its default slots. 35 | 36 | 37 | ```html 38 | 39 | 40 | 41 |{{ content }}
154 | 155 | 156 | 173 | ``` 174 | 175 | Now, we would like to show the setting components of the currently selected element in our editor. As the following code, relying on Vue's [Provide/Inject API](https://vuejs.org/v2/api/#provide-inject) we can use the injected value `editor` to access the `
5 | For a guide and recipes on how to configure / customize this project,
6 | check out the
7 | vue-cli documentation.
8 |