Reduce initial bundle size

This commit is contained in:
syuilo
2019-05-21 04:21:43 +09:00
parent 3cc2049fb3
commit cd4c7689b7
13 changed files with 67 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="mk-post-form">
<div class="gafaadew">
<div class="form">
<header>
<button class="cancel" @click="cancel"><fa icon="times"/></button>
@@ -387,7 +387,7 @@ export default Vue.extend({
</script>
<style lang="stylus" scoped>
.mk-post-form
.gafaadew
max-width 500px
width calc(100% - 16px)
margin 8px auto