Vue packing ie error report?

after vue is packaged, open [following syntax error] in ie

clipboard.png


because Object.defineProperty () of es6 is not supported by ie8 and below.
in vue, when you pass a normal JavaScript object to the data option of a Vue instance, Vue iterates through all the properties of the object and converts them all to getter/setter using Object.defineProperty .
but it supports ie9 and above, and lower-version browsers can do shim.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b359db-2b725.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b359db-2b725.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?